/*_______________________________________________a correspondencia video*/

.section-menu-acorrespondencia-inicio, .section-section-menu-acorrespondencia-azul {
    position: static;
}

.div-section-menu-acorrespondencia-inicio {
    height: 1770px;
    width: 100%;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    /* Define um contexto para posicionamento absoluto */
}

.container-section-menu-acorrespondencia-inicio-video {
    background-color: #FFEABF;
    margin: 50px;
    width: 90%;
    height: 1000px;
    align-items: center;
    text-align: center;
}

.text-section-menu-acorrespondencia-inicio-video-titulo {
    font-weight: bold;
    text-align: left;
    color: #000000;
    font-size: 46px;
    line-height: normal;
    margin-top: 70px;
    margin-bottom: 40px;
    margin-left: 200px;
}

.text-section-menu-acorrespondencia-inicio-video-legenda {
    font-size: 10px;
    color: #000000;
    text-align: left;
    margin-left: 200px;
}

.video-section-menu-acorrespondencia-inicio-video{    
    margin-bottom: 15px;
}
/*___________________________________________________________ */

.container-section-menu-acorrespondencia {
    display: flex; /* Ativa o Flexbox */
    justify-content: space-between; /* Separa os itens ao máximo */
    align-items: center; /* Alinha verticalmente */
    gap: 15px; /* Espaço entre as colunas */
}

.text-section-menu-acorrespondencia-titulo {
    color: #39BACD;
    font-size: 38px;
    line-height: normal;
    text-align: left; /* Alinha à esquerda */
    position: relative; /* Permite ajuste manual de posição */
    top: -170px; /* Move o texto 10px para cima (ajuste conforme necessário) */
    left: -120px;
}

.text-section-menu-acorrespondencia-desde {
    color: #000000;
    font-size: 17.5px;
    text-align: justify; /* Justifica o texto para melhor leitura */
    margin-top: 25px; /* Remove o espaçamento extra */
    margin-left: -50px;
    line-height: 1.5;
}

.text-section-menu-acorrespondencia-desde b {
    color: #000000;
    font-size: 17.5px;
}

.text-section-menu-acorrespondencia-desde a {
    color: #000000;
    font-size: 17.5px;
}

.text-section-menu-acorrespondencia-desde a:hover {
    color: #39BACD;
}

/*------------------------------------------------------acorrespondencia azul*/

.div-section-menu-acorrespondencia-azul {
    height: auto; /* Ajusta a altura conforme o conteúdo */
    width: 100%;
    background-color: #8EDDE9;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-bottom: 40px; /* Para não ficar muito colado ao final */
}

.text-section-menu-acorrespondencia-azul-veja {
    color: #000000;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    text-align: left;
    margin-top: 70px;
    margin-bottom: 10px;
    margin-left: -690px;
}

.container-section-menu-acorrespondencia-azul {
    margin: 50px;
    width: 75%;
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Cria duas colunas */
    gap: 30px; /* Espaço entre os itens */
    align-items: start;
    text-align: center;
}

.item-container-section-menu-acorrespondencia-azul {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.img-section-menu-acorrespondencia-azul-design-cortes, 
.img-section-menu-acorrespondencia-azul-design-letra,
.img-section-menu-acorrespondencia-azul-design-escritas, 
.img-section-menu-acorrespondencia-azul-design-livro {
    max-width: 100%;
    height: auto;
}

.text-section-menu-acorrespondencia-azul-cartas, 
.text-section-menu-acorrespondencia-azul-termos,
.text-section-menu-acorrespondencia-azul-a, 
.text-section-menu-acorrespondencia-azul-shelley {
    font-weight: 400;
    font-style: normal;
    color: #000000;
    font-size: 15.5px;
    line-height: 1.4em;
    text-align: justify;
    margin-top: 30px;
    margin-left: 15px;
    margin-bottom: 40px;
    margin-right: 20px;
}

.text-section-menu-acorrespondencia-azul-termos i,
.text-section-menu-acorrespondencia-azul-shelley i {
    color: #000000;
    font-size: 15.5px;
    font-style: italic;
}

.text-section-menu-acorrespondencia-azul-imagens b {
    color: #000000;
    font-size: 14px;
}

.text-section-menu-acorrespondencia-azul-imagens a {
    color: #000000;
    font-size: 13px;
    text-decoration: none;
}

.text-section-menu-acorrespondencia-azul-imagens a:hover {
    text-decoration: underline;
}

/* Responsividade para telas menores */
@media (max-width: 768px) {
    .container-section-menu-acorrespondencia-azul {
        grid-template-columns: 1fr; /* Em telas menores, usa uma única coluna */
    }
}
